Fix CVE-2026-39881: upgrade vim-tiny in devcontainer image#31
Merged
idvoretskyi merged 2 commits intomainfrom Apr 27, 2026
Merged
Fix CVE-2026-39881: upgrade vim-tiny in devcontainer image#31idvoretskyi merged 2 commits intomainfrom
idvoretskyi merged 2 commits intomainfrom
Conversation
Agent-Logs-Url: https://github.com/idvoretskyi/dev/sessions/8c756550-423d-4fab-9f7b-2ef40ea6e685 Co-authored-by: idvoretskyi <118459+idvoretskyi@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
idvoretskyi
April 27, 2026 13:26
View session
Owner
|
@copilot resolve the merge conflicts in this pull request |
…nd-injection-vulnerability # Conflicts: # .devcontainer/Dockerfile Co-authored-by: idvoretskyi <118459+idvoretskyi@users.noreply.github.com>
Contributor
Author
idvoretskyi
approved these changes
Apr 27, 2026
idvoretskyi
approved these changes
Apr 27, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
CVE-2026-39881 (MEDIUM) — command injection via Vim's NetBeans interface (
defineAnnoType/specialKeysmessages) allows a malicious server to execute arbitrary Ex commands. Fixed upstream in Vim 9.2.0316.Changes
.devcontainer/Dockerfile: addsvim-tinyto the explicitapt-get installlist, ensuring the patched version is installed at image build timelinux-libc-dev \ vim-tiny \